GtkFlowBox::child-activated: fix param type in g_signal_connect
authorJuan R. García Blanco <juanrgar@gmail.com>
Wed, 5 Feb 2014 21:10:05 +0000 (22:10 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 8 Feb 2014 02:39:49 +0000 (21:39 -0500)
commitdbf1521ad4cd25ff7eaa66647fa4e6ab792259be
tree7f1222ebcd1edfb06efcfbe9e3c31221bdaf654f
parenteb14b0018746ae2cd68bb90495d2a871deba6192
GtkFlowBox::child-activated: fix param type in g_signal_connect

Replace GTK_TYPE_WIDGET with more specific GTK_TYPE_FLOW_BOX_CHILD
for GtkFlowBox::child-activated. This matches signature of
child_activated slot in class struct.

https://bugzilla.gnome.org/show_bug.cgi?id=723716
gtk/gtkflowbox.c